home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 10 / FM Towns Free Software Collection 10.iso / ms_dos / data / awkscrpt / simz80.bat < prev    next >
DOS Batch File  |  1995-02-11  |  91b  |  7 lines

  1. if /%1==/ goto none
  2. jgawk -fsimz80.awk %1.dbg
  3. goto end
  4. :none
  5. jgawk -fsimz80.awk
  6. :end
  7.